Skip to content

feat: add reference command and fix README check documentation#33

Merged
sonesuke merged 2 commits intomainfrom
feat/reference-command
Apr 4, 2026
Merged

feat: add reference command and fix README check documentation#33
sonesuke merged 2 commits intomainfrom
feat/reference-command

Conversation

@sonesuke
Copy link
Copy Markdown
Owner

@sonesuke sonesuke commented Apr 4, 2026

Summary

  • Add skill-bench reference <type> subcommand with docs for all check types and setup
  • Fix README TOML examples to use correct inline table format (command = { command = "...", ... })
  • Remove non-existent checks: file-content, output-contains, text-contains, skill-not-invoked
  • Add missing checks: message-contains, tool-param (with value field)

Test plan

  • skill-bench reference — lists all check types
  • skill-bench reference skill-invoked — shows detailed help
  • skill-bench reference setup — shows setup docs
  • skill-bench reference nonexistent — shows error

🤖 Generated with Claude Code

- Add `skill-bench reference <type>` subcommand for check/setup docs
- Fix README TOML examples to use inline table format
- Remove non-existent checks (file-content, output-contains, text-contains, skill-not-invoked)
- Add missing checks (message-contains, tool-param with value)
- Add proper TOML examples for each check category

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@sonesuke sonesuke force-pushed the feat/reference-command branch from 9895750 to 5d220a7 Compare April 4, 2026 02:59
@sonesuke sonesuke merged commit 3145aa6 into main Apr 4, 2026
4 checks passed
@sonesuke sonesuke deleted the feat/reference-command branch April 4, 2026 03:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants